Package raar.plugin

Interface Summary
RAPlugin All SB-MASE plug-ins must implement this interface.
RAStandardPlugin Standard plug-ins cannot be disabled.
 

Class Summary
RAPluginManager The plug-in manager... well, manages plug-ins.
RAPluginProcess If you subclass this class instead of RAProcess, the Agent Editor will not be trying to open a source code view of the process when it is double clicked in the editor, but instead it will call the notifyEditRequest() method so that you can handle the editing yourself (or display a message that the process is not editable from within SB-MASE).